Fix annotation for gtk_tree_view_is_blank_at_pos()
authorGniourf <gniourfgniourf@gmail.com>
Wed, 14 Feb 2018 12:51:22 +0000 (13:51 +0100)
committerGniourf <gniourfgniourf@gmail.com>
Wed, 14 Feb 2018 12:51:22 +0000 (13:51 +0100)
commit3274f3a6ccb872f2670d051629efb8f0c55e6cd9
treeee6b23474ac3a87b7762428fedf1c1b6d816c981
parentf82a6421f4c4716b50ed13463a3d43d69445638d
Fix annotation for gtk_tree_view_is_blank_at_pos()

The annotation (allow-none) is wrong. Since
gtk_tree_view_is_blank_at_pos() also calls
gtk_tree_view_get_path_at_pos(), the same fields should have the same
annotations.
gtk/gtktreeview.c